home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / bc_pas_1.zip / RECTEXT.H < prev    next >
Text File  |  1992-11-10  |  5KB  |  168 lines

  1. /*$Author:   BCRANE  $*/
  2. /*$Date:   10 Nov 1992 11:11:06  $*/
  3. /*$Header:   X:/sccs/pcmapps/rectext.h_v   1.3   10 Nov 1992 11:11:06   BCRANE  $*/
  4. /*$Log:   X:/sccs/pcmapps/rectext.h_v  $
  5.  * 
  6.  *    Rev 1.3   10 Nov 1992 11:11:06   BCRANE
  7.  * added "/CDPC" to "Spectrum"
  8.  * 
  9.  *    Rev 1.2   06 Oct 1992 15:20:18   DCODY
  10.  * new version
  11.  * 
  12.  *    Rev 1.1   18 Sep 1992 08:48:20   DCODY
  13.  * added description to the '+' extension to the 'M' switch
  14.  * 
  15.  *    Rev 1.0   14 Sep 1992 17:25:10   SHAO_M
  16.  * Initial revision.
  17. */
  18. /*$Logfile:   X:/sccs/pcmapps/rectext.h_v  $*/
  19. /*$Modtimes$*/
  20. /*$Revision:   1.3  $*/
  21. /*$Workfile:   rectext.h  $*/
  22.  
  23.     /*\
  24.     |*|----====< RECTEXT.H >====----
  25.     |*|
  26.     |*| Record 8 bit PCM to disk in .WAV format
  27.     |*|
  28.     |*| Copyright (c) 1992, Media Vision, Inc. All rights reserved.
  29.     |*|
  30.     \*/
  31.  
  32. #define TXT_MSG1    "\aCannot setup the PCM software!\n"
  33. #define TXT_MSG2    "Type ESC to stop recording, SPACE to pause..\n\n"
  34. #define TXT_MSG3    "pcm recording paused..."
  35. #define TXT_MSG4    "resumed\n"
  36. #define TXT_MSG5    "\aInvalid sample rate: %s\nDefaulting to 11025kzh"
  37. #define TXT_MSG6    "\aSample rate is too high!\n"
  38. #define TXT_MSG7    "\aSample rate is too high for a .VOC!\n"
  39. #define TXT_MSG8    "Bad sample rate...\n"
  40. #define TXT_MSG9    "Cannot open the file...\n"
  41. #define TXT_MSG10   "Cannot start the PCM engine...\n"
  42. #define TXT_MSG11   "Out of memory...\n"
  43. #define TXT_MSG12   "Bad DMA channel selection...\n"
  44. #define TXT_MSG13   "Bad IRQ channel selection...\n"
  45. #define TXT_MSG14   "The output file is full or blocked...\n"
  46. #define TXT_MSG15   "Try using the '-M' switch when recording.\n"
  47. #define TXT_MSG16   "\aCannot open the output file: \"%s\" Try Again!\n"
  48. #define TXT_MSG17   "   To Use:  DOS>RECFILE [FILE.xxx] [Rxx] [16] [Dx] [Fx] [Ix] [S] [Vxxx] [V+xxx]\n\n"
  49. #define TXT_MSG18   "   Where:   [FILE.WAV] to record into the .WAV format.\n"
  50. #define TXT_MSG19   "            [FILE.VOC] to record into the .VOC format.\n"
  51. #define TXT_MSG20   "            [16]       Record 16 bit PCM.\n"
  52. #define TXT_MSG21   "            [Dx]       sets the DMA channel # (1-7).\n"
  53. #define TXT_MSG22   "            [Ix]       sets the IRQ channel # (3,5,7).\n"
  54. #define TXT_MSG23   "            [Fx]       is a filter setting: 1-6.\n"
  55. #define TXT_MSG24   "            [M{+}]     turns on maximum memory useage.\n                       '+' to use larger DMA blocks.\n"
  56. #define TXT_MSG25   "            [Rxxxxx]   is the sample rate.(6000 to 44100)\n"
  57. #define TXT_MSG26   "            [S]        is for Stereo sampling.\n"
  58. #define TXT_MSG27   "            [Vxxx]     record only Voice activated levels.\n"
  59. #define TXT_MSG28   "            [V+xxx]    record all when Voice activated at threshold.\n\n"
  60. #define TXT_MSG29   "   To Use:  DOS>RECFILE [FILE.xxx] [C] [Ix] [Rxx] [Vxxx] [V+xxx]\n\n"
  61. #define TXT_MSG30   "   Where:   [FILE.WAV] record into the .WAV format.\n"
  62. #define TXT_MSG31   "            [FILE.VOC] record into the .VOC format.\n"
  63. #define TXT_MSG32   "            [C]        record with 2-to-1 compression.\n"
  64. #define TXT_MSG33   "            [Dx]       sets the DMA channel # (0,1 or 3).\n"
  65. #define TXT_MSG34   "            [Ix]       sets the IRQ channel # (2,3,5,7,10,11,12 or 15).\n"
  66. #define TXT_MSG35   "            [Ix]       sets the IRQ channel # (2,3,5,7).\n"
  67. #define TXT_MSG36   "            [M{+}]     turns on maximum memory useage.\n                       '+' to use larger DMA blocks.\n"
  68. #define TXT_MSG37   "            [Rxxxxx]   is the sample rate.(6000 to 22050)\n"
  69. #define TXT_MSG38   "            [Vxxx]     record only Voice activated levels.\n"
  70. #define TXT_MSG39   "            [V+xxx]    record all when Voice activated at threshold.\n\n"
  71. #define TXT_MSG40   "\a.WAV files do not support compression!\n"
  72. #define TXT_MSG41   "\%s already exists. Over write it? (y/n) "
  73. #define TXT_MSG42   "\aCannot open the output file: \"%s\" Try Again!\n"
  74. #define TXT_MSG43   "\nSpectrum/CDPC Sound PCM record, version 2.06\n\n"
  75. #define TXT_MSG44   "\aA Spectrum/CDPC Sound card is not installed!\n\n"
  76. #define TXT_MSG45   "\nBoom Board PCM record, version 2.03\n\n"
  77. #define TXT_MSG46   "\aA Boom Board audio card is not installed!\n\n"
  78. #define TXT_MSG47   "\nPro AudioSpectrum/CDPC PCM record, version 2.06\n"
  79. #define TXT_MSG48   "Copyright (c) 1991, Media Vision, Inc. All Rights Reserved\n\n"
  80. #define TXT_MSG49   "\aA Pro AudioSpectrum/CDPC card is not installed!\n\n"
  81. #define TXT_MSG50   "\nThunder&Lightning PCM record, version 2.03\n"
  82. #define TXT_MSG51   "\nThunder Board PCM record, version 2.03\n"
  83. #define TXT_MSG52   "Copyright (c) 1991, Media Vision, Inc. All Rights Reserved\n\n"
  84. #define TXT_MSG53   "\aA Thunder&Lightning audio card is not installed!\n\n"
  85. #define TXT_MSG54   "\aA Thunder Board audio card is not installed!\n\n"
  86.                         
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.